home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / qtmoviefromprocs / readme < prev   
Encoding:
Text File  |  2000-06-23  |  605 b   |  10 lines

  1. README - QTMovieFromProcs
  2.  
  3. QuickTime 3.0 provides functions that allow you to create a movie using data supplied by one  or more application-defined procedures. In particular, you use the function MovieExportAddDataSource to add a track-generating procedure and you use the function MovieExportFromProceduresToDataRef to do the actual movie exporting.
  4.  
  5. In this example, we will create a QuickTime movie with a video track and an audio track; we generate the video track by drawing a series of individual frames, and we generate the audio track by generating 10 seconds of silence.
  6.  
  7. Enjoy,
  8. QuickTime Team
  9.  
  10.